home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 335_02 / as6811.man < prev    next >
Text File  |  1990-12-02  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.      AS6811(1L)                  UNIX 5.0                   AS6811(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.           as6811 - cross assemblers for microcomputers
  10.  
  11.      SYNOPSIS
  12.           as6811 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  13.  
  14.      DESCRIPTION
  15.           The as6811 command assembles the input file into a text
  16.           output file representing the program memory for a
  17.           microcomputer.
  18.  
  19.           Options
  20.  
  21.           -p cpu
  22.                Override the instruction set selection.
  23.                     Valid Values for Cpu
  24.                          6811, 6801, 6803, 6802, 6808, 6800
  25.  
  26.           -l listfile
  27.                Output a file formated with the memory address, data,
  28.                and source input lines.
  29.  
  30.           -o hexfile
  31.                Output the memory data image in a form accepted by most
  32.                prom programmers.
  33.  
  34.           -h hexfile
  35.                Same as -o.
  36.  
  37.           -d   Save the intermediate data file (see FILE) and abort
  38.                the execution at the end of processing.
  39.  
  40.           -s symbolfile
  41.                Print the symbol table values and names, one per line
  42.                in the specified file.
  43.  
  44.      FILES
  45.           /usr/tmp/frtXXXXXX
  46.  
  47.      SEE ALSO
  48.           Frankenstein Cross Assemblers Users Manual (file base.doc)
  49.           Appendix for as6811 Frankenstein Assembler (file as6811.doc)
  50.  
  51.      NOTES
  52.           There is only one input file.
  53.  
  54.           The program can select which subset of instructions is
  55.           accepted.  The program first uses the name with which it is
  56.           invoked.  This is scanned for a substring which indicates
  57.           which set to use.  The -p options overrides this selction by
  58.           performing the same substring search.  Finally the input
  59.           file can select which subset to use with the CPU statement.
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 12/4/90)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      AS6811(1L)                  UNIX 5.0                   AS6811(1L)
  71.  
  72.  
  73.  
  74.           There should only be one executable file with all of its
  75.           names linked to it.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 12/4/90)
  130.  
  131.  
  132.  
  133.